home *** CD-ROM | disk | FTP | other *** search
- ;inf for IE40 plus
-
- [Version]
- Signature="$Chicago$"
- AdvancedINF=2.5,%ADVPKPRMPT%
-
- [SourceDisksNames]
- 1=%AppName%,,1
-
- [DestinationDirs]
- CharacterFiles=49009
-
- ;we have two install sections due to quotes for AddLinkNT
- ;but get away with one uninstall section
-
- [DefaultInstall]
- CustomDestination=CustomDirsSection
- CopyFiles = CharacterFiles
-
- [DefaultInstall.NT]
- CustomDestination=CustomDirsSection
- CopyFiles = CharacterFiles
-
- [CustomDirsSection]
- 49001,49002,49003,49004 = CustomLDID49001,5 ;progam files dir
- 49005,49006,49007,49008 = CustomLDID49005,5 ;Dir we already had...
- 49009,49010,49011,49012 = CustomLDID49009,5 ;Dir we already had...
-
- [CustomLDID49001]
- "HKLM","SOFTWARE\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,%24%\%PROGRAMF%
-
- [CustomLDID49005]
- ,,,,%49002%\%MSAGENT%
-
- [CustomLDID49009]
- ,,,,%49006%\%Characters%
-
- [CharacterFiles]
- Merlin.acs
-
- ;[RunPreSetupCmds]
- ;msagent.exe /Q /R:N /N:G
- ;cgram.exe /Q /R:N /N:G
- ;actcnc.exe /Q /R:N /N:G
-
- [Strings]
- AppName = "Microsoft Agent 1.5"
- ADVPKPRMPT = "The correct version of Advpack.dll was not found, installation halted."
- PROGRAMF="Program Files"
- MSAGENT="Microsoft Agent"
- Characters="Characters"
-